home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / multimedia / xnview / XnView-win.exe / {app} / WebTemplate / Simple[XnView] / nav / style.css < prev   
Cascading Style Sheet File  |  2005-06-15  |  2KB  |  88 lines

  1. body, table, th, td, a {
  2.    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  3. }
  4. body {
  5.    background: #dadada;
  6.    color: #000000;
  7.    text-align: center;
  8. }
  9. a:link, a:visited {
  10.    color: #64643c;
  11.    text-decoration: none;
  12. }
  13. a:active, a:hover {
  14.    color: #000000;
  15.    text-decoration: none;
  16. }
  17. img {
  18.    border: none;
  19. }
  20. table {
  21.    background: #ffffff;
  22.    border: none;
  23.    border-collapse: collapse;
  24.    margin-left: auto;
  25.    margin-right: auto;
  26. }
  27. td {   
  28.    text-align: center;
  29. }
  30. table.container {
  31.    background: transparent;
  32. }
  33. table.outertable {
  34.    border: 1px solid #b1b13c;
  35. }
  36. th.header {
  37.    background: url(header.png);
  38.    color: #64643c;
  39.    font-size: 22px;
  40.    font-weight: bold;
  41.    height: 45px;
  42.    padding: 0 10px 0 10px;
  43.    vertical-align: middle;
  44.    text-align: left;
  45. }
  46. td.secheader {
  47.    background: #F1F0E7;
  48.    border-bottom: 1px solid #CBCBA9;
  49.    color: #64643C;
  50.    font-size: 16px;
  51.    font-weight: bold;
  52.    padding: 5px 10px 5px 10px;
  53.    text-align: left;
  54. }
  55. td.content {
  56.    padding: 10px;
  57.    vertical-align: middle;
  58.    font-size: 12px;
  59. }
  60. td.thumbs {
  61.    color: #000000;
  62.    font-size: 10px;
  63.    width: 10em;
  64.    vertical-align: baseline;
  65.    padding: 10px 5px 5px 5px;
  66. }
  67. td.navi {
  68.    background: #F1F0E7;
  69.    border-bottom: 1px solid #CBCBA9;
  70.    color: #B1B13C;
  71.    font-size: 12px;
  72.    padding: 5px;
  73. }
  74. td.desc {
  75.    background: #F1F0E7;
  76.    border-top: 1px solid #CBCBA9;
  77.    color: #000000;
  78.    font-size: 12px;
  79.    padding: 5px;
  80.    text-align: center;
  81. }
  82. td.footer {
  83.    background: #dadada;
  84.    color: #808080;
  85.    font-size: 10px;
  86.    padding: 10px;
  87. }
  88.